Module non_fmt_panic

Source

Structs§

NonPanicFmt

Statics§

NON_FMT_PANICS 🔒
The non_fmt_panics lint detects panic!(..) invocations where the first argument is not a formatting string.

Functions§

check_panic 🔒
check_panic_str 🔒
find_delimiters 🔒
Given the span of some_macro!(args);, gives the span of ( and ), and the type of (opening) delimiter used.
is_arg_inside_call 🔒
panic_call 🔒