Commit 10e3e87
lib,mount: Fix type annotations and module visibility
- Make tempmount module public in bootc-mount crate so it can be
imported by bootc-lib
- Add type annotation for booted_bls to help type inference
- Add return type annotation for closure in atomic_replace_with
- Fix rustix features in bootc-mount Cargo.toml
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>1 parent 02f85d4 commit 10e3e87
File tree
3 files changed
+3
-3
lines changed- crates
- lib/src
- bootc_composefs
- mount/src
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
733 | | - | |
| 733 | + | |
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2046 | 2046 | | |
2047 | 2047 | | |
2048 | 2048 | | |
2049 | | - | |
| 2049 | + | |
2050 | 2050 | | |
2051 | 2051 | | |
2052 | 2052 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
0 commit comments