Fix broken doc links warnings
This commit is contained in:
parent
1e00f6fe04
commit
934915d910
|
@ -39,7 +39,7 @@
|
||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
#![deny(broken_intra_doc_links)]
|
#![deny(rustdoc::broken_intra_doc_links)]
|
||||||
|
|
||||||
mod server_request;
|
mod server_request;
|
||||||
mod server_response;
|
mod server_response;
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
//! # }
|
//! # }
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
#![deny(broken_intra_doc_links)]
|
#![deny(rustdoc::broken_intra_doc_links)]
|
||||||
|
|
||||||
mod kafka_consumer_record;
|
mod kafka_consumer_record;
|
||||||
mod kafka_producer_record;
|
mod kafka_producer_record;
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
//! # }
|
//! # }
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
#![deny(broken_intra_doc_links)]
|
#![deny(rustdoc::broken_intra_doc_links)]
|
||||||
|
|
||||||
mod client_request;
|
mod client_request;
|
||||||
mod client_response;
|
mod client_response;
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
//! [Responders]: https://actix.rs/docs/handlers/
|
//! [Responders]: https://actix.rs/docs/handlers/
|
||||||
|
|
||||||
#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.4.0")]
|
#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.4.0")]
|
||||||
#![deny(broken_intra_doc_links)]
|
#![deny(rustdoc::broken_intra_doc_links)]
|
||||||
|
|
||||||
pub mod binding;
|
pub mod binding;
|
||||||
pub mod event;
|
pub mod event;
|
||||||
|
|
Loading…
Reference in New Issue