diff options
| author | Taiki Endo <te316e89@gmail.com> | 2019-02-17 22:35:20 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2019-02-28 04:06:17 +0900 |
| commit | 90dbf59b920054e5808718f4a54323e3653348aa (patch) | |
| tree | 63d7884813dae8f640e9b50d534444a200a5046a /src/libstd/sys_common | |
| parent | 9d691bd9cee83a4bd49b02849cc3095eb6fc23d7 (diff) | |
| download | rust-90dbf59b920054e5808718f4a54323e3653348aa.tar.gz rust-90dbf59b920054e5808718f4a54323e3653348aa.zip | |
Fix some imports and paths
Diffstat (limited to 'src/libstd/sys_common')
| -rw-r--r-- | src/libstd/sys_common/util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys_common/util.rs b/src/libstd/sys_common/util.rs index b547d941f3b..206443a6736 100644 --- a/src/libstd/sys_common/util.rs +++ b/src/libstd/sys_common/util.rs @@ -11,7 +11,7 @@ pub fn dumb_print(args: fmt::Arguments) { // Other platforms should use the appropriate platform-specific mechanism for // aborting the process. If no platform-specific mechanism is available, -// ::intrinsics::abort() may be used instead. The above implementations cover +// crate::intrinsics::abort() may be used instead. The above implementations cover // all targets currently supported by libstd. pub fn abort(args: fmt::Arguments) -> ! { |
