mirror of
https://github.com/veeso/termscp.git
synced 2026-09-26 05:51:20 -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
|
## 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/`
|
- Always put plans to `./.claude/plans/`
|
||||||
|
|||||||
@@ -13,8 +13,10 @@ use remotefs_kube::KubeMultiPodFs as KubeFs;
|
|||||||
use remotefs_smb::SmbOptions;
|
use remotefs_smb::SmbOptions;
|
||||||
#[cfg(smb)]
|
#[cfg(smb)]
|
||||||
use remotefs_smb::{SmbCredentials, SmbFs};
|
use remotefs_smb::{SmbCredentials, SmbFs};
|
||||||
use remotefs_ssh::{NoCheckServerKey, RusshSession as SshSession};
|
use remotefs_ssh::{
|
||||||
use remotefs_ssh::{ScpFs, SftpFs, SshAgentIdentity, SshConfigParseRule, SshOpts};
|
NoCheckServerKey, RusshSession as SshSession, ScpFs, SftpFs, SshAgentIdentity,
|
||||||
|
SshConfigParseRule, SshOpts,
|
||||||
|
};
|
||||||
use remotefs_webdav::WebDAVFs;
|
use remotefs_webdav::WebDAVFs;
|
||||||
|
|
||||||
#[cfg(not(smb))]
|
#[cfg(not(smb))]
|
||||||
|
|||||||
Reference in New Issue
Block a user