Skip to content

Commit 7567008

Browse files
committed
Fix spacing
1 parent 4b8c866 commit 7567008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ impl<T> Copy for NoHashHasher<T> {}
216216
/// }
217217
///
218218
/// impl fp_nohash_hasher::IsEnabled for SomeType {}
219-
///#[cfg(feature = "std")] {
219+
/// #[cfg(feature = "std")] {
220220
/// let mut m = fp_nohash_hasher::IntMap::default();
221221
///
222222
/// m.insert(SomeType(1), 't');

0 commit comments

Comments
 (0)