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

fix: Include license using # instead of using XML comment #274

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

snmvaughan
Copy link
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

TOML files use # to include comments. The cargo.config file currently is using an XML comment.

What changes are included in this PR?

Update license comment to use #

How are these changes tested?

Local run

# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
Copy link
Member

Choose a reason for hiding this comment

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

I am not so sure about the format of this file actually.

Copy link
Member

Choose a reason for hiding this comment

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

Cargo config uses toml format, so changing to # for comment is correct

https://doc.rust-lang.org/cargo/reference/config.html#configuration-format

@viirya viirya merged commit 493378b into apache:main Apr 17, 2024
29 checks passed
@viirya
Copy link
Member

viirya commented Apr 17, 2024

Merged. Thanks.

himadripal pushed a commit to himadripal/datafusion-comet that referenced this pull request Sep 7, 2024
Co-authored-by: Steve Vaughan Jr <s_vaughan@apple.com>
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.

3 participants