Skip to content

Commit

Permalink
symlink readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician committed Oct 29, 2024
1 parent 4b712a8 commit 3027536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions poly-commit/README.md
2 changes: 1 addition & 1 deletion poly-commit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#![deny(renamed_and_removed_lints, stable_features, unused_allocation)]
#![deny(unused_comparisons, bare_trait_objects, unused_must_use)]
#![forbid(unsafe_code)]
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]

#[allow(unused)]
#[macro_use]
Expand Down

0 comments on commit 3027536

Please sign in to comment.