File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ pub fn write_system_newlines<T>(writer: T,
80
80
}
81
81
}
82
82
83
- fn write_file < T > ( text : & StringBuffer ,
84
- filename : & str ,
85
- out : & mut T ,
86
- config : & Config )
87
- -> Result < Option < String > , io:: Error >
83
+ pub fn write_file < T > ( text : & StringBuffer ,
84
+ filename : & str ,
85
+ out : & mut T ,
86
+ config : & Config )
87
+ -> Result < Option < String > , io:: Error >
88
88
where T : Write
89
89
{
90
90
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ pub use self::summary::Summary;
49
49
mod utils;
50
50
pub mod config;
51
51
pub mod filemap;
52
- mod visitor;
52
+ pub mod visitor;
53
53
mod checkstyle;
54
54
mod items;
55
55
mod missed_spans;
@@ -61,7 +61,7 @@ mod issues;
61
61
mod rewrite;
62
62
mod string;
63
63
mod comment;
64
- mod modules;
64
+ pub mod modules;
65
65
pub mod rustfmt_diff;
66
66
mod chains;
67
67
mod macros;
You can’t perform that action at this time.
0 commit comments