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

Commit

Permalink
Remove html_root_url
Browse files Browse the repository at this point in the history
rust-lang/api-guidelines#229 - while the issue is still open, the RFC has passed so will be merged in at some point.
  • Loading branch information
Kage-Yami committed Jan 20, 2021
1 parent 5959b56 commit 82647c9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ builds:
version:
<<: *check
script:
- cargo test --test version html_root_url -- --exact
- version=$(grep -Eo '^version = "[^"]*"$' Cargo.toml | sed -E 's|.+ = "([^"]+)"$|\1|')
- test $version = $CI_COMMIT_TAG

Expand Down
2 changes: 1 addition & 1 deletion .idea/runConfigurations/Document.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
//
// Force certain lints to be errors
#![deny(unused_must_use)]
//
#![doc(html_root_url = "https://docs.rs/dynamic-dns-client-for-cloudflare/0.1.6")]

//! # Dynamic DNS Client for Cloudflare® <!-- omit in toc -->
//!
Expand Down
4 changes: 0 additions & 4 deletions tests/version.rs

This file was deleted.

0 comments on commit 82647c9

Please sign in to comment.