We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae7f30 commit f3133acCopy full SHA for f3133ac
pgrx/src/array.rs
@@ -9,6 +9,7 @@
9
//LICENSE Use of this source code is governed by the MIT license that can be found in the LICENSE file.
10
#![allow(clippy::precedence)]
11
#![allow(unused)]
12
+#![deny(unsafe_op_in_unsafe_fn)]
13
use crate::datum::{Array, BorrowDatum, Datum};
14
use crate::layout::{Align, Layout};
15
use crate::nullable::Nullable;
pgrx/src/text.rs
@@ -1,3 +1,4 @@
1
2
use crate::datum::BorrowDatum;
3
use crate::layout::PassBy;
4
use crate::pgrx_sql_entity_graph::metadata::{
0 commit comments