Skip to content

Commit

Permalink
Cargo.lock update version, lib.rs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypto-Spartan committed Mar 23, 2023
1 parent 6019fc3 commit 54f4fd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_auto_cfg))]
#![doc = include_str!("../README.md")]

Expand Down Expand Up @@ -51,15 +50,6 @@ impl Hasher for Fnv64 {
}
}

/*
pub use FnvHasher32 as Fnv32;
pub use FnvHasher64 as Fnv64;
pub use FnvHasher128 as Fnv128;
pub use FnvHasher256 as Fnv256;
pub use FnvHasher512 as Fnv512;
pub use FnvHasher1024 as Fnv1024;
*/

/// A builder for default FNV hashers.
pub type FnvBuildHasher = BuildHasherDefault<Fnv64>;

Expand Down

0 comments on commit 54f4fd5

Please sign in to comment.