missing_suggested_diagnostics

Function missing_suggested_diagnostics 

Source
pub fn missing_suggested_diagnostics() -> bool
Expand description

Checks if all suggested diagnostics have been ran depending on the current platform, at the point of invocation. This is automatically ran as part of the init macro, and do not usually need to be manually invoked.

Returns true in a release build, or if no such diagnostics were found.