Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit 5aa0f7e

Browse files
committed
Renamed Vector -> Slice
1 parent 774538a commit 5aa0f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/drivers/chario.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! Generic char output trait.
1717
1818
use core::str::{Str, StrSlice};
19-
use core::slice::{Vector, ImmutableVector};
19+
use core::slice::{Slice, ImmutableSlice};
2020
use core::collections::Collection;
2121
use core::iter::range;
2222

src/drivers/lcd/c12332.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ might be an issue for any other peripheral sharing the same SPI bus.
2424
*/
2525

2626
use core::cell;
27-
use core::slice::ImmutableVector;
27+
use core::slice::ImmutableSlice;
2828
use core::mem::zeroed;
2929
use core::iter::range;
3030

0 commit comments

Comments
 (0)