We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0924a2 commit 03a0825Copy full SHA for 03a0825
debug/tests/05-phantom-data.rs
@@ -3,7 +3,7 @@
3
//
4
// impl<T: ?Sized> Debug for PhantomData<T> {...}
5
6
-// To accomodate this sort of situation, one way would be to generate a trait
+// To accommodate this sort of situation, one way would be to generate a trait
7
// bound `#field_ty: Debug` for each field type in the input, rather than
8
// `#param: Debug` for each generic parameter. For example in the case of the
9
// struct Field<T> in the test case below, it would be:
0 commit comments