Skip to content

Commit

Permalink
Use crate:: instead of super::
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Feb 17, 2024
1 parent 8006c8e commit c53f9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error/experimental.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.

#![cfg(feature = "nightly")]
use super::{Error, ErrorKind};
use crate::ffi;
use crate::{Error, ErrorKind};
use std::convert::Infallible;
use std::fmt::Display;
use std::num::NonZeroU32;
Expand Down

0 comments on commit c53f9b9

Please sign in to comment.