You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/unsafe-finder/src/main.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ struct FnStats {
19
19
name:String,
20
20
is_unsafe:Option<bool>,
21
21
has_unsafe_ops:Option<bool>,
22
-
has_unsupported_input:Option<bool>,
22
+
has_unsupported_input:Option<bool>,// i.e. a function contains coroutines, floats, fn defs, fn ptrs, interior mut, raw pointers, recursive types, and mut refs
0 commit comments