We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccbf9b3 + e1a5836 commit 80621b7Copy full SHA for 80621b7
plotters/src/style/colors/mod.rs
@@ -1,8 +1,9 @@
1
//! Basic predefined colors.
2
use super::{RGBAColor, RGBColor};
3
4
-// Macro for allowing dynamic creation of doc attributes.
5
// Taken from https://stackoverflow.com/questions/60905060/prevent-line-break-in-doc-test
+/// Macro for allowing dynamic creation of doc attributes.
6
+#[macro_export]
7
macro_rules! doc {
8
{
9
$(#[$m:meta])*
0 commit comments