chore: upgrade rust toolchain to latest nightly (#2049)

* chore: upgrade rust toolchain to latest nightly

* rebase develop

* update rust toolchain in ci
This commit is contained in:
LFC
2023-08-08 15:17:51 +08:00
committed by GitHub
parent 7d0d8dc6e3
commit 46fa3eb629
127 changed files with 551 additions and 339 deletions

View File

@@ -49,7 +49,6 @@ impl Display for QueryContext {
}
impl QueryContext {
#[cfg(any(test, feature = "testing"))]
pub fn arc() -> QueryContextRef {
QueryContextBuilder::default().build()
}