mirror of
https://github.com/uutils/coreutils
synced 2024-12-15 07:42:48 +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
|
||||
// NoFormatLines; otherwise, they are FormatLines
|
||||
#[deriving(Show)]
|
||||
enum Line {
|
||||
pub enum Line {
|
||||
FormatLine(FileLine),
|
||||
NoFormatLine(String, bool)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue