There was an error while loading. Please reload this page.
1 parent 0f48a72 commit 1d2d15cCopy full SHA for 1d2d15c
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "dyn-clone"
3
-version = "1.0.19"
+version = "1.0.20"
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
categories = ["rust-patterns", "no-std"]
6
description = "Clone trait that is dyn-compatible"
src/lib.rs
@@ -80,7 +80,7 @@
80
//! // and similar for Box<dyn MyTrait + Send>, Box<dyn MyTrait + Sync>, Box<dyn MyTrait + Send + Sync>
81
//! ```
82
83
-#![doc(html_root_url = "https://docs.rs/dyn-clone/1.0.19")]
+#![doc(html_root_url = "https://docs.rs/dyn-clone/1.0.20")]
84
#![no_std]
85
#![allow(
86
clippy::missing_panics_doc,
0 commit comments