diff --git a/prqlc/prqlc/src/lib.rs b/prqlc/prqlc/src/lib.rs index c07771b364dc..cb680056d9e4 100644 --- a/prqlc/prqlc/src/lib.rs +++ b/prqlc/prqlc/src/lib.rs @@ -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