Skip to content

Commit fbe05bd

Browse files
committed
Merge remote-tracking branch 'origin/feat/recent-doc' into feat/recent-doc
2 parents 0fec61c + 55ca389 commit fbe05bd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

plugins/recent-doc/src/commands.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// SPDX-License-Identifier: MIT
44

55
use crate::error::Result;
6-
#[allow(unused_imports)]
76
use std::fs;
87
use tauri::command;
98

@@ -28,7 +27,6 @@ use {
2827
};
2928

3029
#[command]
31-
/// add recent
3230
pub(crate) fn add_recent_document(_path: &str) -> Result<()> {
3331
#[cfg(target_os = "windows")]
3432
unsafe {

0 commit comments

Comments
 (0)