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.
doc
define_color
1 parent c202b9c commit c4e38a1Copy full SHA for c4e38a1
plotters/src/style/colors/mod.rs
@@ -3,6 +3,7 @@ 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
6
+#[macro_export]
7
macro_rules! doc {
8
{
9
$(#[$m:meta])*
0 commit comments