Indent comments less
40 chars is still enough indentation (most common MIR statements don't take more than 40 chars), and fits more easily in 80-character terminals.
This commit is contained in:
parent
95a968c426
commit
2c7e398935
@ -22,7 +22,7 @@ use syntax::codemap::Span;
|
|||||||
|
|
||||||
const INDENT: &'static str = " ";
|
const INDENT: &'static str = " ";
|
||||||
/// Alignment for lining up comments following MIR statements
|
/// Alignment for lining up comments following MIR statements
|
||||||
const ALIGN: usize = 50;
|
const ALIGN: usize = 40;
|
||||||
|
|
||||||
/// If the session is properly configured, dumps a human-readable
|
/// If the session is properly configured, dumps a human-readable
|
||||||
/// representation of the mir into:
|
/// representation of the mir into:
|
||||||
|
Loading…
Reference in New Issue
Block a user