-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Scope names in uses-declarations (Rust)
- Loading branch information
Showing
5 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#[rustfmt::skip] // `ignore` in `rustfmt.toml` is nightly-only | ||
mod uses { | ||
use super::mo__T__re::ParentModu__T__le; | ||
use super::ParentModule; | ||
use crate::mo__T__re::SiblingModule; | ||
use crate::SiblingModule; | ||
use std__T__::more::{cmp::Ordering, io}; | ||
use std::collec__T__tions::mo__T__re::stuff::HashMap; | ||
use std::collections__T__::HashMap; | ||
use std::f__T__s::read_to_stri__T__ng; | ||
use std::i__T__o::Re__T__sult as IoRes__T__ult; | ||
pub use std::i__T__o::Result; | ||
#[cfg(target_os = "linux")] | ||
use std::os::__T__linux::fs::MetadataExt; | ||
use std::other::collectio__T__ns::*; | ||
use std::{cmp__T__::Ordering, io}; | ||
use std::{io, more::__T__cmp::Ordering}; | ||
use std::{ | ||
io__T__::{Write, __T__self}, | ||
net__T__, | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#[rustfmt::skip] // `ignore` in `rustfmt.toml` is nightly-only | ||
mod uses { | ||
use super::more::ParentModu__T__le; | ||
use super::ParentModule; | ||
use crate::more::SiblingModule; | ||
use crate::SiblingModule; | ||
use std::more::{cmp::Ordering, io}; | ||
use std::collections::more::stuff::HashMap; | ||
use std::collections::HashMap; | ||
use std::fs::read_to_stri__T__ng; | ||
use std::io::Re__T__sult as IoRes__T__ult; | ||
pub use std::io::Result; | ||
#[cfg(target_os = "linux")] | ||
use std::os::linux::fs::MetadataExt; | ||
use std::other::collections::*; | ||
use std::{cmp::Ordering, io}; | ||
use std::{io, more::cmp::Ordering}; | ||
use std::{ | ||
io::{Write, __T__self}, | ||
net__T__, | ||
}; | ||
} |