Constant tidy::style::ERROR_CODE_COLS
source · const ERROR_CODE_COLS: usize = 80;
Expand description
Error code markdown is restricted to 80 columns because they can be displayed on the console with –example.
const ERROR_CODE_COLS: usize = 80;
Error code markdown is restricted to 80 columns because they can be displayed on the console with –example.