mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 13:07:46 +00:00
Merge pull request #397 from ebfe/fix-build-master
fmt: fix build with rust master
This commit is contained in:
commit
0ec8c82384
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ fn char_width(c: char) -> uint {
|
||||||
// lines with PSKIP, lacking PREFIX, or which are entirely blank are
|
// lines with PSKIP, lacking PREFIX, or which are entirely blank are
|
||||||
// NoFormatLines; otherwise, they are FormatLines
|
// NoFormatLines; otherwise, they are FormatLines
|
||||||
#[deriving(Show)]
|
#[deriving(Show)]
|
||||||
enum Line {
|
pub enum Line {
|
||||||
FormatLine(FileLine),
|
FormatLine(FileLine),
|
||||||
NoFormatLine(String, bool)
|
NoFormatLine(String, bool)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue