Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
novacrazy committed Sep 24, 2023
1 parent 413ea40 commit 0e2a037
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Expand Up @@ -17,9 +17,6 @@ keywords = ["generic", "array"]
categories = ["data-structures", "no-std"]
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]

[badges]
travis-ci = { repository = "fizyk20/generic-array" }

[lib]
name = "generic_array"

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -84,7 +84,7 @@
//! "serde", # Serialize/Deserialize implementation
//! "zeroize", # Zeroize implementation for setting array elements to zero
//! "const-default", # Compile-time const default value support via trait
//! "alloc". # Enables From/TryFrom implementations between GenericArray and Vec<T>/Box<[T]>
//! "alloc", # Enables From/TryFrom implementations between GenericArray and Vec<T>/Box<[T]>
//! "faster-hex" # Enables internal use of the `faster-hex` crate for faster hex encoding via SIMD
//! ]
//! ```
Expand Down

0 comments on commit 0e2a037

Please sign in to comment.