Skip to content

Commit

Permalink
Rollup merge of rust-lang#53785 - tbu-:pr_comment, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Fix a comment in src/libcore/slice/mod.rs
  • Loading branch information
pietroalbini committed Aug 29, 2018
2 parents da82512 + 890d04d commit 475b0f1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/libcore/slice/mod.rs
Expand Up @@ -21,14 +21,9 @@
// The library infrastructure for slices is fairly messy. There's
// a lot of stuff defined here. Let's keep it clean.
//
// Since slices don't support inherent methods; all operations
// on them are defined on traits, which are then re-exported from
// the prelude for convenience. So there are a lot of traits here.
//
// The layout of this file is thus:
//
// * Slice-specific 'extension' traits and their implementations. This
// is where most of the slice API resides.
// * Inherent methods. This is where most of the slice API resides.
// * Implementations of a few common traits with important slice ops.
// * Definitions of a bunch of iterators.
// * Free functions.
Expand Down

0 comments on commit 475b0f1

Please sign in to comment.