1 2 3 4 5 6 7 8 9
//! Rules which relate to code style and formatting. use crate::group; group! { /// Rules which relate to code style and formatting. style, block_spacing::BlockSpacing }