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 ๐Ÿ”’