Commit c4050b4 Ed Page
committed
1 parent 21d02bd commit c4050b4 Copy full SHA for c4050b4
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ impl FileChecker for FoundFiles {
380
380
}
381
381
}
382
382
383
- pub fn read_file (
383
+ fn read_file (
384
384
path : & std:: path:: Path ,
385
385
reporter : & dyn report:: Report ,
386
386
) -> Result < ( Vec < u8 > , content_inspector:: ContentType ) , std:: io:: Error > {
@@ -418,7 +418,7 @@ pub fn read_file(
418
418
Ok ( ( buffer, content_type) )
419
419
}
420
420
421
- pub fn write_file (
421
+ fn write_file (
422
422
path : & std:: path:: Path ,
423
423
content_type : content_inspector:: ContentType ,
424
424
buffer : Vec < u8 > ,
Original file line number Diff line number Diff line change
1
+ /// `typos_cli`'s API is unstable. Open an issue for starting a discussion on getting a subset
2
+ /// stabilized.
3
+
4
+ #[ doc( hidden) ]
1
5
pub mod config;
6
+ #[ doc( hidden) ]
2
7
pub mod dict;
8
+ #[ doc( hidden) ]
3
9
pub mod file;
10
+ #[ doc( hidden) ]
4
11
pub mod policy;
12
+ #[ doc( hidden) ]
5
13
pub mod report;
You can’t perform that action at this time.
0 commit comments