Skip to content

Commit

Permalink
Make a non-example not a doctest (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee authored Feb 13, 2024
1 parent 8e11fc8 commit 6c4a3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgrx-sql-entity-graph/src/pgrx_attribute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl Parse for PgrxArg {
/// Parse `name = val` in `#[pgrx(name = val)]`
///
/// It may seem like we leave this unhandled:
/// ```rust
/// ```rust,ignore
/// #[pg_aggregate]
/// impl Aggregate for Aggregated {
/// #[pgrx(immutable, parallel_safe)]
Expand Down

0 comments on commit 6c4a3c1

Please sign in to comment.