Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update toml. #945

Merged
merged 1 commit into from
May 31, 2019
Merged

Update toml. #945

merged 1 commit into from
May 31, 2019

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented May 30, 2019

Just keeping up-to-date.

Closes #938.

src/lib.rs Outdated
@@ -151,6 +147,12 @@ pub mod errors {
description("Reserved Filename")
display("{} is reserved for internal use", filename.display())
}

/// Error with a TOML file.
TomlQueryError(inner: ::toml_query::error::Error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need leading :: before crate name in 2018 edition.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, yea, I was just copy/pasting, and keeping the style. I noticed all the leading :: and thought it was odd. I'll update after #944.

@tesuji
Copy link
Contributor

tesuji commented May 30, 2019

This should close #938 .

Just keeping up-to-date.
@Dylan-DPC-zz Dylan-DPC-zz merged commit 43ead86 into rust-lang:master May 31, 2019
Ruin0x11 pushed a commit to Ruin0x11/mdBook that referenced this pull request Aug 30, 2020
Just keeping up-to-date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update toml and toml-query dependencies
3 participants