mirror of
https://github.com/veeso/termscp.git
synced 2026-04-04 01:01:33 -07:00
chore: add fmt+clippy convention to CLAUDE.md and apply nightly fmt
This commit is contained in:
@@ -106,4 +106,5 @@ Platform-specific dependencies: SSH and FTP crates use different TLS backends on
|
||||
|
||||
## Other conventions
|
||||
|
||||
- Always run `cargo +nightly fmt --all` and `cargo clippy --no-default-features -- -Dwarnings` after modifying Rust code
|
||||
- Always put plans to `./.claude/plans/`
|
||||
|
||||
@@ -13,8 +13,10 @@ use remotefs_kube::KubeMultiPodFs as KubeFs;
|
||||
use remotefs_smb::SmbOptions;
|
||||
#[cfg(smb)]
|
||||
use remotefs_smb::{SmbCredentials, SmbFs};
|
||||
use remotefs_ssh::{NoCheckServerKey, RusshSession as SshSession};
|
||||
use remotefs_ssh::{ScpFs, SftpFs, SshAgentIdentity, SshConfigParseRule, SshOpts};
|
||||
use remotefs_ssh::{
|
||||
NoCheckServerKey, RusshSession as SshSession, ScpFs, SftpFs, SshAgentIdentity,
|
||||
SshConfigParseRule, SshOpts,
|
||||
};
|
||||
use remotefs_webdav::WebDAVFs;
|
||||
|
||||
#[cfg(not(smb))]
|
||||
|
||||
Reference in New Issue
Block a user