Stabilise sql2
and jwks
(#3798)
This commit is contained in:
parent
2fbb4f4617
commit
53b2878a93
1 changed files with 0 additions and 8 deletions
|
@ -120,14 +120,6 @@ compile_error!(
|
|||
"`ml2` is currently unstable. You need to enable the `surrealdb_unstable` flag to use it."
|
||||
);
|
||||
|
||||
#[cfg(all(not(surrealdb_unstable), feature = "jwks"))]
|
||||
compile_error!("`jwks` depends on a currently unstable feature, `sql2`. You need to enable the `surrealdb_unstable` flag to use it.");
|
||||
|
||||
#[cfg(all(not(surrealdb_unstable), feature = "sql2"))]
|
||||
compile_error!(
|
||||
"`sql2` is currently unstable. You need to enable the `surrealdb_unstable` flag to use it."
|
||||
);
|
||||
|
||||
#[cfg(all(not(surrealdb_unstable), feature = "kv-surrealkv"))]
|
||||
compile_error!(
|
||||
"`kv-surrealkv` is currently unstable. You need to enable the `surrealdb_unstable` flag to use it."
|
||||
|
|
Loading…
Reference in a new issue