Skip to content

Commit

Permalink
Clearer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviohartman committed May 20, 2017
1 parent 5c6ad56 commit e56d4bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
//! extern crate env_logger;
//!
//! fn main() {
//! // Select env_logger, one possible logger implementation
//! // (see https://doc.rust-lang.org/log/env_logger/index.html)
//! env_logger::init().unwrap();
//!
//! // Set the RUST_LOG level prior to running the binary
//! // (see https://doc.rust-lang.org/log/env_logger/index.html)
//! info!("starting up");
//! error!("error: {}", 404);
//!
Expand Down

0 comments on commit e56d4bd

Please sign in to comment.