Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-rebuild-order
Commits
80d95b48
Verified
Commit
80d95b48
authored
Jan 16, 2022
by
Jelle van der Waa
🚧
Browse files
Use Rust 1.58 format strings
parent
a4a8196a
Pipeline
#14822
passed with stages
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.rs
View file @
80d95b48
...
...
@@ -6,7 +6,7 @@ fn main() {
let
args
=
Args
::
from_args
();
match
arch_rebuild_order
::
run
(
args
.pkgnames
,
args
.dbpath
,
args
.repos
,
args
.dotfile
)
{
Ok
(
output
)
=>
{
println!
(
"{
}"
,
output
);
println!
(
"{output
}"
);
std
::
process
::
exit
(
0
);
}
Err
(
e
)
=>
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment