Thanks to visit codestin.com
Credit goes to docs.rs

Skip to main content

SLASH

Constant SLASH 

Source
pub const SLASH: Profile<'_>;
Expand description

Default profile for languages with // comments

assert_eq!(SLASH, Profile::from_comment("//"));