feat: robust docs

This commit is contained in:
2026-08-06 17:48:53 -04:00
parent 07e3131f17
commit fde6382617
30 changed files with 1340 additions and 59 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ impl RenderConfig {
///
/// # Errors
///
/// Returns [`Error::Other`](crate::error::Error::Other) if serialization
/// Returns [`Error::Other`] if serialization
/// fails.
pub fn to_yaml(&self) -> Result<String> {
serde_yaml_ng::to_string(self).map_err(Error::other)