diff options
| author | Alexander Regueiro <alexreg@me.com> | 2018-09-18 04:26:39 +0100 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-10-25 16:47:35 +0200 |
| commit | 7c34f2da577a0b3b8effdbcc0705499bc2a6861f (patch) | |
| tree | c94f3c2d55d6ac78bf93d523a8e04c922a471b5f /src/test/rustdoc | |
| parent | bf8471aeda0a00c37a4798942ef9d5ae551eef20 (diff) | |
| download | rust-7c34f2da577a0b3b8effdbcc0705499bc2a6861f.tar.gz rust-7c34f2da577a0b3b8effdbcc0705499bc2a6861f.zip | |
Addressed minor issues brought up in review.
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/const-evalutation-ice.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/const-evalutation-ice.rs b/src/test/rustdoc/const-evalutation-ice.rs index 5675f61bd4b..64a20d49876 100644 --- a/src/test/rustdoc/const-evalutation-ice.rs +++ b/src/test/rustdoc/const-evalutation-ice.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// Just check if we don't get an ICE for the _S type. +// Just check we don't get an ICE for the S type. use std::cell::Cell; use std::mem; |
