We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bbe15 commit 970bc4cCopy full SHA for 970bc4c
examples/pretty.rs
@@ -5,7 +5,6 @@ extern crate slog_json;
5
6
use slog::Drain;
7
8
-
9
fn main() {
10
let drain = slog_json::Json::new(std::io::stdout())
11
.set_pretty(true)
0 commit comments