mirror of
https://github.com/clap-rs/clap
synced 2024-11-14 08:37:16 +00:00
6 lines
134 B
Rust
6 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");
|
|
}
|