Skip to content

Commit

Permalink
Add symlink to root readme in aeronet
Browse files Browse the repository at this point in the history
  • Loading branch information
aecsocket committed Nov 5, 2023
1 parent 6c8b9b7 commit b807ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions aeronet/README.md
2 changes: 1 addition & 1 deletion aeronet/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![warn(clippy::all)]
#![warn(missing_docs)]
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]

pub mod error;

Expand Down

0 comments on commit b807ce5

Please sign in to comment.