Skip to content

Commit eb92563

Browse files
committed
Bump up to 0.6.11
1 parent 7e549b3 commit eb92563

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simple-http-server"
3-
version = "0.6.10"
3+
version = "0.6.11"
44
authors = ["thewawar <[email protected]>"]
55
license = "MIT"
66
description = "Simple HTTP server"

src/color.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ impl Printer {
2525
}
2626
}
2727

28-
#[allow(dead_code)]
29-
pub fn print_out(
30-
&self,
31-
fmtstr: &str,
32-
args: &[(&str, &Option<ColorSpec>)],
33-
) -> Result<(), StringError> {
34-
self.print(&self.outwriter, fmtstr, args, false)
35-
}
36-
3728
pub fn println_out(
3829
&self,
3930
fmtstr: &str,
@@ -42,7 +33,6 @@ impl Printer {
4233
self.print(&self.outwriter, fmtstr, args, true)
4334
}
4435

45-
#[allow(dead_code)]
4636
pub fn print_err(
4737
&self,
4838
fmtstr: &str,

0 commit comments

Comments
 (0)