mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
libextra: Add missing core::prelude import. rs=burningtree
This commit is contained in:
parent
be0110989e
commit
6e2b082adc
@ -362,6 +362,8 @@ mod tests {
|
||||
|
||||
#[cfg(test)]
|
||||
mod test_set {
|
||||
use core::prelude::*;
|
||||
|
||||
use super::SmallIntSet;
|
||||
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user