about summary refs log tree commit diff
path: root/src/rustllvm/PassWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-10-11 04:37:04 +0000
committerbors <bors@rust-lang.org>2014-10-11 04:37:04 +0000
commit7dd1bf0e022ad6dbd1003ad93a1aa94c7a01d2da (patch)
tree95d4724ae9a18cf8cdcf082f9ebe42a328c53d81 /src/rustllvm/PassWrapper.cpp
parent1add4dedc131d5f98d82feafe80d92ed1f3f6d49 (diff)
parent5653b4da17446dd2b4862c03a434b76c3e30946c (diff)
downloadrust-7dd1bf0e022ad6dbd1003ad93a1aa94c7a01d2da.tar.gz
rust-7dd1bf0e022ad6dbd1003ad93a1aa94c7a01d2da.zip
auto merge of #17936 : TeXitoi/rust/remove-shootout-warnings, r=alexcrichton
Only one warning remain, and I can't find a way to remove it without doing more bound checks:

```
shootout-nbody.rs:105:36: 105:51 warning: use of deprecated item: use iter_mut, #[warn(deprecated)] on by default
shootout-nbody.rs:105             let bi = match b_slice.mut_shift_ref() {
```

using `split_at_mut` may be an option, but it will do more bound checking.

If anyone have an idea, I'll update this PR.
Diffstat (limited to 'src/rustllvm/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions