Fix builtin lints

This commit is contained in:
Michael Goulet
2024-09-18 15:39:23 -04:00
parent 76d341fa09
commit 7f6873f64c
4 changed files with 9 additions and 11 deletions

View File

@@ -35,12 +35,12 @@ declare_lint! {
///
/// ```rust
/// mod m {
/// extern "C" {
/// unsafe extern "C" {
/// fn foo();
/// }
/// }
///
/// extern "C" {
/// unsafe extern "C" {
/// fn foo(_: u32);
/// }
/// ```