Skip to content

Commit

Permalink
WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Nov 2, 2023
1 parent 1453e65 commit 80b4db0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions object_store/src/path/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ pub const DELIMITER_BYTE: u8 = DELIMITER.as_bytes()[0];

mod parts;

use crate::local;
pub use parts::{InvalidPart, PathPart};

/// Error returned by [`Path::parse`]
Expand Down Expand Up @@ -125,7 +124,7 @@ pub enum Error {
/// ```
///
/// [RFC 1738]: https://www.ietf.org/rfc/rfc1738.txt
/// [`LocalFileSystem`]: local::LocalFileSystem
/// [`LocalFileSystem`]: crate::local::LocalFileSystem
#[derive(Debug, Clone, Default, PartialEq, Eq, Hash, Ord, PartialOrd)]
pub struct Path {
/// The raw path with no leading or trailing delimiters
Expand Down

0 comments on commit 80b4db0

Please sign in to comment.