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.
1 parent c4e38a1 commit e1a5836Copy full SHA for e1a5836
plotters/src/style/colors/mod.rs
@@ -1,8 +1,8 @@
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
{
0 commit comments