-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathbuild_errors.txt
More file actions
39 lines (34 loc) · 2.92 KB
/
build_errors.txt
File metadata and controls
39 lines (34 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
cargo : warning: unused import: `std::path::PathBuf`
At line:1 char:1
+ cargo check 2> build_errors.txt; Get-Content build_errors.txt -Encodi ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (warning: unused...:path::PathBuf`:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
--> src\controller\archive_prune.rs:330:9
|
330 | use std::path::PathBuf;
| ^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
warning: unused import: `response::IntoResponse`
--> src\rest_api\handlers.rs:8:5
|
8 | response::IntoResponse,
| ^^^^^^^^^^^^^^^^^^^^^^
warning: unused import: `DateTime`
--> src\rest_api\handlers.rs:11:14
|
11 | use chrono::{DateTime, Utc, Duration};
| ^^^^^^^^
warning: `stellar-k8s` (lib) generated 3 warnings (run `cargo fix --lib -p stellar-k8s` to apply 3 suggestions)
Checking stellar-k8s v0.1.0 (C:\Users\PC\Desktop\2026\YieldVault-RWA\Stellar-K8s)
warning: unused import: `chrono::Utc`
--> src\sidecar.rs:14:5
|
14 | use chrono::Utc;
| ^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
warning: `stellar-k8s` (bin "stellar-sidecar") generated 1 warning (run `cargo fix --bin "stellar-sidecar" -p
stellar-k8s` to apply 1 suggestion)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s