Skip to content
This repository was archived by the owner on Nov 21, 2021. It is now read-only.

Commit 82647c9

Browse files
committed
Remove html_root_url
rust-lang/api-guidelines#229 - while the issue is still open, the RFC has passed so will be merged in at some point.
1 parent 5959b56 commit 82647c9

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

.gitlab-ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ builds:
9393
version:
9494
<<: *check
9595
script:
96-
- cargo test --test version html_root_url -- --exact
9796
- version=$(grep -Eo '^version = "[^"]*"$' Cargo.toml | sed -E 's|.+ = "([^"]+)"$|\1|')
9897
- test $version = $CI_COMMIT_TAG
9998

.idea/runConfigurations/Document.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.rs

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
//
88
// Force certain lints to be errors
99
#![deny(unused_must_use)]
10-
//
11-
#![doc(html_root_url = "https://docs.rs/dynamic-dns-client-for-cloudflare/0.1.6")]
1210

1311
//! # Dynamic DNS Client for Cloudflare® <!-- omit in toc -->
1412
//!

tests/version.rs

-4
This file was deleted.

0 commit comments

Comments
 (0)