Skip to content

Commit b985e91

Browse files
committed
update result of issue 12590 test
1 parent ad5c0d4 commit b985e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/pretty/issue_12590_c.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![feature(prelude_import)]
22
#![no_std]
33
#[prelude_import]
4-
use std::prelude::v1::*;
4+
use ::std::prelude::v1::*;
55
#[macro_use]
66
extern crate std;
77
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT

0 commit comments

Comments
 (0)