Skip to content

Commit d930617

Browse files
committed
Make Range public
0.8.1
1 parent ee5fda8 commit d930617

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

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

src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use std::path::{Path, PathBuf};
1717
use std::{env, fs};
1818

1919
use config::config_type::ConfigType;
20-
pub use config::file_lines::{FileLines, FileName};
20+
pub use config::file_lines::{FileLines, FileName, Range};
2121
pub use config::lists::*;
2222
pub use config::options::*;
2323

0 commit comments

Comments
 (0)