Fix some some duplicate words.

This commit is contained in:
Georg Brandl 2016-05-05 21:11:41 +02:00
parent 3f65afa694
commit 26eb2bef25
11 changed files with 11 additions and 11 deletions

View file

@ -1355,7 +1355,7 @@ pub mod nightly_options {
early_error(ErrorOutputType::default(), &msg);
}
OptionStability::UnstableButNotReally => {
let msg = format!("the option `{}` is is unstable and should \
let msg = format!("the option `{}` is unstable and should \
only be used on the nightly compiler, but \
it is currently accepted for backwards \
compatibility; this will soon change, \