Skip to content

Commit

Permalink
Fix typo in allow copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Oct 31, 2023
1 parent 97014e7 commit a2bd581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgrx-pg-sys/src/include.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub(crate) mod pg15;

#[cfg(all(feature = "pg16", not(docsrs)))]
pub(crate) mod pg16 {
#[allow(clippy::all)]
#![allow(clippy::all)]
include!(concat!(env!("OUT_DIR"), "/pg16.rs"));
}
#[cfg(all(feature = "pg16", docsrs))]
Expand Down

0 comments on commit a2bd581

Please sign in to comment.