mirror of
https://github.com/clap-rs/clap
synced 2024-12-15 07:12:32 +00:00
7 lines
134 B
Rust
7 lines
134 B
Rust
|
use version_sync::assert_html_root_url_updated;
|
||
|
|
||
|
#[test]
|
||
|
fn test_html_root_url() {
|
||
|
assert_html_root_url_updated!("src/lib.rs");
|
||
|
}
|