Skip to content

Commit

Permalink
fix: route_verification doc including README
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Aug 18, 2024
1 parent 16ab8c6 commit 65623a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route_verification/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]
use anyhow::{bail, Result};
use log::debug;

Expand Down

0 comments on commit 65623a8

Please sign in to comment.