File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ pub(crate) enum Error {
1515 InvalidFileExtension ( OsString ) ,
1616 #[ error( "Cannot canonicalize assets directory" ) ]
1717 CannotCanonicalizeDirectory ( #[ source] io:: Error ) ,
18+ #[ error( "Cannot canonicalize asset file" ) ]
19+ CannotCanonicalizeFile ( #[ source] io:: Error ) ,
1820 #[ error( "Invalid unicode in directory name" ) ]
1921 InvalidUnicodeInDirectoryName ,
2022 #[ error( "Cannot canonicalize ignore directory" ) ]
@@ -33,8 +35,6 @@ pub(crate) enum Error {
3335 Glob ( #[ source] GlobError ) ,
3436 #[ error( "Cannot get entry metadata" ) ]
3537 CannotGetMetadata ( #[ source] io:: Error ) ,
36- #[ error( "Cannot canonicalize asset file" ) ]
37- CannotCanonicalizeFile ( #[ source] io:: Error ) ,
3838}
3939
4040struct UnknownFileExtension < ' a > ( Option < & ' a OsStr > ) ;
You can’t perform that action at this time.
0 commit comments