Added html_root_url attribute

This commit is contained in:
Michal Budzynski 2017-06-14 16:33:45 +02:00 committed by Andrew Gallant
parent debdf7e565
commit 032f669a4b
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[package]
name = "walkdir"
# remember to update html_root_url
version = "1.0.7" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Recursively walk a directory."

View File

@ -1,3 +1,4 @@
#![doc(html_root_url = "https://docs.rs/walkdir/1.0.7")]
/*!
Crate `walkdir` provides an efficient and cross platform implementation
of recursive directory traversal. Several options are exposed to control