]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #23384 - daboross:patch-2, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Sun, 15 Mar 2015 10:10:18 +0000 (15:40 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 15 Mar 2015 10:10:18 +0000 (15:40 +0530)
commit9f1240b665f2157bc2c74701761131ce6e288002
treed61dc2a455e8f24cdfc375e824d5d88da8bc7da6
parent9d8bafe7427be171a54c346afdbb7d2bcebb4316
parentfe9bb26e783fd6f09348019938b83f77f8185206
Rollup merge of #23384 - daboross:patch-2, r=alexcrichton

This changed `an String` to `a String`. Very minor change!

The usage of `an String` was introduced in https://github.com/rust-lang/rust/commit/a828e7948069f310dc5b33be8edb65e5e8e0cf9a#diff-b596503c7c33ce457b6d047e351ac12bR423, which changed `an OsString` to `an String`.