You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Bump rustc to 1.65
This commit is contained in:
@ -56,7 +56,7 @@ impl File {
|
||||
|
||||
#[tracing::instrument(skip_all, fields(url))]
|
||||
async fn load<T: EnumEntry>(mut self) -> anyhow::Result<Self> {
|
||||
tracing::Span::current().record("url", &T::URL);
|
||||
tracing::Span::current().record("url", T::URL);
|
||||
self.sections.extend(T::sections());
|
||||
for (key, value) in T::fetch(&self.client).await? {
|
||||
self.items.entry(key).or_default().push(value);
|
||||
|
Reference in New Issue
Block a user