Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 10, 2019
1 parent 06d8053 commit 53f89a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
extern crate rustc_version;
use rustc_version::{version, version_meta, Version, Channel};
use rustc_version::{version, version_meta, Channel, Version};

fn main() {
// Assert we haven't travelled back in time
Expand Down
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@
//! ```

#![no_std]
#![cfg_attr(
memoffset_nightly,
feature(cfg_doctest)
)]
#![cfg_attr(memoffset_nightly, feature(cfg_doctest))]

#[macro_use]
#[cfg(memoffset_nightly)]
Expand Down

0 comments on commit 53f89a3

Please sign in to comment.