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 c37bfe2 commit 101e0d7Copy full SHA for 101e0d7
src/any.rs
@@ -2,7 +2,7 @@ use std::mem;
2
3
pub struct Any {
4
ptr: *mut (),
5
- // Can't get a real TypeId because we don't have Reflect bounds on the
+ // Can't get a real TypeId because we don't have 'static bounds on the
6
// Serializer associates types, so settle for checking size_of and align_of.
7
fingerprint: Fingerprint,
8
}
0 commit comments