Always use extern crate std in cranelift-codegen
This commit is contained in:
@@ -44,7 +44,7 @@ where
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use std::vec::Vec;
|
||||
use alloc::vec::Vec;
|
||||
|
||||
#[test]
|
||||
fn adjpairs() {
|
||||
|
||||
Reference in New Issue
Block a user