1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

cargo clippy

This commit is contained in:
John Harrington
2025-11-21 08:56:20 -07:00
parent be9452530d
commit 46d24d33d9
3 changed files with 1 additions and 17 deletions

View File

@@ -27,8 +27,4 @@ in `apps/desktop/desktop_native/napi/src/lib.rs` which returns an `Ok` unit vari
- `resume()` is responsible for determining if a security scoped bookmark exists and is valid, if so, it will be used to access the browser directory.
- `request_and_start()` encapsulates both of the functions described above into a single function call.
- `has_stored_access()` and `drop()` are self-explanatory helper functions.
- See directory `apps/desktop/desktop_native/objc/src/native/chromium_importer` for the native Objective-C and Swift code. Instead of removing debug output I've commented out `NSLog` statements since they may be useful in the future.