[yew-devel] [PATCH yew-widget-toolkit] clippy: props: padding: remove superfluous empty line between doc comments
Dominik Csapak
d.csapak at proxmox.com
Fri May 2 14:47:51 CEST 2025
otherwise the header is not connected to the paragraph below.
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
src/props/padding.rs | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/props/padding.rs b/src/props/padding.rs
index c7b1f34..e4035f8 100644
--- a/src/props/padding.rs
+++ b/src/props/padding.rs
@@ -3,7 +3,6 @@ use crate::props::{AsClassesMut, AsCssStylesMut};
use super::PwtSpace;
/// Defines methods to use CSS padding classes.use yew::{html::IntoPropValue, AttrValue};
-
///
/// The default CSS template defines utility classes for paddings that rely on
/// a CSS variable that multiplies the base width of the spacer to get
--
2.39.5
More information about the yew-devel
mailing list