fix: align code with spec
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
mod slug;
|
||||
mod checksum;
|
||||
|
||||
pub use slug::slugify;
|
||||
pub use slug::{slugify, ensure_unique};
|
||||
pub use checksum::content_hash;
|
||||
|
||||
Reference in New Issue
Block a user