Skip to content

Commit

Permalink
Fix path that is wild...
Browse files Browse the repository at this point in the history
  • Loading branch information
carter committed Jan 7, 2025
1 parent 90c3cd9 commit cb0c38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roslibrust/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")]

// Re-export common types and traits under the roslibrust namespace
pub use roslibrust_common::*;
Expand Down

0 comments on commit cb0c38a

Please sign in to comment.