diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-14 02:19:36 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-14 02:19:36 +0200 |
| commit | 678eaf1a36c2d96933b1f6f8db7edd39680d2ca2 (patch) | |
| tree | 190b125528aab55ed9cf235ebd64d640caf0be2a /crates/turtle/src/atuin_client/record | |
| parent | fix(package.nix): Add a (kinda arbitrary) version number (diff) | |
| download | atuin-main.zip | |
The files might be newline delimited, which we should remove before we
try to parse the contents.
Diffstat (limited to 'crates/turtle/src/atuin_client/record')
| -rw-r--r-- | crates/turtle/src/atuin_client/record/sync.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/turtle/src/atuin_client/record/sync.rs b/crates/turtle/src/atuin_client/record/sync.rs index 3057bb10..b12d96c1 100644 --- a/crates/turtle/src/atuin_client/record/sync.rs +++ b/crates/turtle/src/atuin_client/record/sync.rs @@ -23,7 +23,7 @@ pub(crate) enum SyncError { #[error("operational error: {msg:?}")] OperationalError { msg: String }, - #[error("a request to the sync server failed: {msg:?}")] + #[error("a request to the sync server failed: {msg}")] RemoteRequestError { msg: String }, #[error( |
