Skip to content

Commit 173ae0d

Browse files
committed
0.8.2
1 parent d930617 commit 173ae0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustfmt-nightly"
4-
version = "0.8.1"
4+
version = "0.8.2"
55
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
66
description = "Tool to find and fix Rust formatting issues"
77
repository = "https://github.com/rust-lang-nursery/rustfmt"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ use visitor::{FmtVisitor, SnippetProvider};
6060
pub use checkstyle::{footer as checkstyle_footer, header as checkstyle_header};
6161
pub use config::summary::Summary;
6262
pub use config::{
63-
load_config, CliOptions, Color, Config, EmitMode, FileLines, FileName, Verbosity,
63+
load_config, CliOptions, Color, Config, EmitMode, FileLines, FileName, Range, Verbosity,
6464
};
6565

6666
#[macro_use]

0 commit comments

Comments
 (0)