Skip to content

Commit 8166707

Browse files
committed
Update docs
1 parent e573882 commit 8166707

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
//! # }
8989
//! #
9090
//! # enum LogLevel { TRACE, ERROR };
91-
//!
9291
//! /// Determine if current version is a pre-release or was built from a git-repo
9392
//! fn release_is_unstable() -> bool {
9493
//! return !built_info::PKG_VERSION_PRE.is_empty() || built_info::GIT_VERSION.is_some()

src/util.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
/// and parsed version numbers.
1111
///
1212
/// ```
13-
/// extern crate built;
14-
/// extern crate semver;
1513
/// pub mod build_info {
1614
/// pub const DEPENDENCIES: [(&'static str, &'static str); 1] = [("built", "0.1.0")];
1715
/// }

0 commit comments

Comments
 (0)