1
Fork 0

make comments less cryptic

This commit is contained in:
ouz-a 2023-09-05 17:52:39 +03:00
parent 810573919f
commit 7928c5f830
5 changed files with 12 additions and 12 deletions

View file

@ -4408,7 +4408,7 @@ declare_lint! {
/// pub struct S;
/// }
///
/// pub fn get_voldemort() -> m::S { m::S }
/// pub fn get_unnameable() -> m::S { m::S }
/// # fn main() {}
/// ```
///