BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.27k stars 109 forks source link

Added html_root_url attribute #51

Closed budziq closed 7 years ago

budziq commented 7 years ago

Typically the # remember to update html_root_url clause is added next to the version field in Cargo.toml as stated in C-HTML-ROOT

But I did not know if the #:version comment was relevant (possibly part of some uncommited script?)

I'll be glad to fix it. fixes https://github.com/BurntSushi/walkdir/issues/33

KodrAus commented 7 years ago

Having a comment in the Cargo.toml as a reminder to update the attribute is a nice touch :+1:

BurntSushi commented 7 years ago

Indeed, the #:version comment is for one of my automated scripts that does releases. This looks fine! Thanks!