Reconstructing Notify module

This commit is contained in:
houseme
2025-06-19 15:40:48 +08:00
parent e6b019c29d
commit c658d88d25
51 changed files with 5845 additions and 4469 deletions
-6
View File
@@ -486,13 +486,7 @@ pub struct FileAccessDeniedWithContext {
impl std::fmt::Display for FileAccessDeniedWithContext {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
<<<<<<< HEAD
write!(f, "Access files '{}' denied: {}", self.path.display(), self.source)
||||||| 5ab2ce3c
write!(f, "访问文件 '{}' 被拒绝:{}", self.path.display(), self.source)
=======
write!(f, "file access denied for path: {}", self.path.display())
>>>>>>> 46870384b75a45ad0dd683099061f9e50a58c1e7
}
}