Skip to content

Commit 5ae0f26

Browse files
committed
clippy_lint: extern definition is in Rust, not C
1 parent 418cde0 commit 5ae0f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/escape_analysis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,5 @@ mod issue_3739 {
177177

178178
/// Issue #5542
179179
///
180-
/// This shouldn't warn for `boxed_local` as it is a function to be used in C.
180+
/// This shouldn't warn for `boxed_local` as it is intended to called from non-Rust code.
181181
pub extern "C" fn do_not_warn_me(_c_pointer: Box<String>) -> () {}

0 commit comments

Comments
 (0)