Skip to content

Commit

Permalink
Fix up reference to README
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten committed Jan 5, 2025
1 parent e055c82 commit ea5eb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#![deny(clippy::unwrap_used)]
#![deny(missing_docs)]
#![deny(warnings)]
#![doc = include_str!("../README.md")]
#![doc = include_str!("../../README.md")]

pub mod attributes;

Expand Down

0 comments on commit ea5eb87

Please sign in to comment.