fix doc tests

This commit is contained in:
BenjaminBrienen 2025-02-27 00:59:13 +01:00
parent bd7375a58f
commit b19ef6b046
37 changed files with 75 additions and 61 deletions

View file

@ -2,7 +2,7 @@
//!
//! The primary goal of this is to losslessly represent paths like
//!
//! ```
//! ```ignore
//! #[path = "./bar.rs"]
//! mod foo;
//! ```