You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/bevy_asset/src/path.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ impl<'a> Display for AssetPath<'a> {
74
74
}
75
75
}
76
76
77
-
/// An error that occurs when parsing a string type to create an [`AssetPath`] fails, such as during [`AssetPath::parse`] or [`AssetPath::from<'static str>`].
77
+
/// An error that occurs when parsing a string type to create an [`AssetPath`] fails, such as during [`AssetPath::parse`].
78
78
#[derive(Error,Debug,PartialEq,Eq)]
79
79
pubenumParseAssetPathError{
80
80
/// Error that occurs when the [`AssetPath::source`] section of a path string contains the [`AssetPath::label`] delimiter `#`. E.g. `bad#source://file.test`.
0 commit comments