-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Split up files with // ignore-tidy-filelength
#75701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
alex-griffiths
wants to merge
13
commits into
rust-lang:master
from
alex-griffiths:file-length-cleanup
Closed
Changes from 3 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
8f9c24f
Extrated drain into it's own module.
alex-griffiths b2c02be
Remove tidy file length comment
alex-griffiths c8b09e8
Pull Utf8Error and CharIndices structs into their own modules
alex-griffiths 4a87f4b
Pulled BindingError into it's own module. Fixed references to it.
alex-griffiths 64bca9d
Moved Utf8Error doc comments into the Utf8Error module.
alex-griffiths 04d3d93
Added filelength comment to suppress warning because file is still > …
alex-griffiths cd2770e
Added trailing new lines as well as ran x.py fmt
alex-griffiths acc26d5
Remove needless line
alex-griffiths f564cb6
Removing changes in librustc_resolve as per @petrochenkov's comment
alex-griffiths f7285b0
Added brief module docs for Utf8Errors and CharIndicies. Allowing the…
alex-griffiths 1d3aef4
Fixed incorrect module docs
alex-griffiths 7cc391d
Replaced stable annotation that was accidentally removed.
alex-griffiths 981dac3
Fix failing from_utf8 intra-doc-link
alex-griffiths File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -73,4 +73,4 @@ impl<'a> CharIndices<'a> { | |
pub fn as_str(&self) -> &'a str { | ||
self.iter.as_str() | ||
} | ||
} | ||
} |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.