Function generated_code_notice

Source
pub fn generated_code_notice() -> String
Expand description

Creates a String that contains a multiline Rust “Doc” comment explaining that all subsequent code was automatically generated.

The following example is for illustrative purposes only and the actual contents might change. The string is guaranteed not to have any trailing or leading whitespace.

//! Generated automatically by RustyFix. Do not modify manually.