You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add diagnostics_config to test databases in djls-semantic
Two test databases in djls-semantic also implement the Db trait and
need the diagnostics_config method:
- TestDatabase in blocks/tree.rs
- TestDatabase in semantic/forest.rs
Both return default config since tests don't need custom settings.
0 commit comments