Skip to content

Commit

Permalink
chore: Fix cargo doc
Browse files Browse the repository at this point in the history
Closes #4403
  • Loading branch information
max-sixty committed Apr 22, 2024
1 parent 404957a commit c85cb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prqlc/prqlc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
//!
//! * `serde_yaml`: adapts the `Serialize` implementation for
//! [`crate::ast::expr::ExprKind::Literal`] within
//! [`prqlc::ir::rq::expr::ExprKind`] to a custom one for `serde_yaml`, which
//! [`crate::ir::rq::ExprKind`] to a custom one for `serde_yaml`, which
//! doesn't support the serialization of nested enums.
//!
//! ## Large binary sizes
Expand Down

0 comments on commit c85cb02

Please sign in to comment.