Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
cargo-yaml
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
David Huffman
cargo-yaml
Commits
029988fc
Commit
029988fc
authored
8 years ago
by
David Huffman
Browse files
Options
Downloads
Patches
Plain Diff
wording
parent
16e0a721
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main.rs
+1
-1
1 addition, 1 deletion
src/main.rs
with
1 addition
and
1 deletion
src/main.rs
+
1
−
1
View file @
029988fc
...
@@ -104,7 +104,7 @@ fn main() {
...
@@ -104,7 +104,7 @@ fn main() {
debug!
(
"Mapping YAML constructs to TOML equivilents"
);
debug!
(
"Mapping YAML constructs to TOML equivilents"
);
let
toml
=
map_yaml_to_toml
(
yaml
);
let
toml
=
map_yaml_to_toml
(
yaml
);
let
raw_toml
=
format!
(
"# Auto-generated from `{}`
\n
{}"
,
opts
.template_path
,
toml
);
let
raw_toml
=
format!
(
"# Auto-generated from `{}`
\n
{}"
,
opts
.template_path
,
toml
);
debug!
(
"
Forcefully s
erializing TOML AST to
text
"
);
debug!
(
"
S
erializing TOML AST to
plaintext TOML
"
);
write_file
(
&
opts
.manifest_path
,
&
raw_toml
)
write_file
(
&
opts
.manifest_path
,
&
raw_toml
)
.map_err
(|
err
|
{
.map_err
(|
err
|
{
error!
(
"Cannot write to manifest file `{}`: {}"
,
error!
(
"Cannot write to manifest file `{}`: {}"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment