We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c01ba commit eab3839Copy full SHA for eab3839
alloc/src/collections/btree/set/tests.rs
@@ -609,7 +609,7 @@ fn assert_send() {
609
610
#[allow(dead_code)]
611
// Check that the member-like functions conditionally provided by #[derive()]
612
-// are not overriden by genuine member functions with a different signature.
+// are not overridden by genuine member functions with a different signature.
613
fn assert_derives() {
614
fn hash<T: Hash, H: Hasher>(v: BTreeSet<T>, state: &mut H) {
615
v.hash(state);
0 commit comments