We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90e1bf commit a8d8844Copy full SHA for a8d8844
1 file changed
docs/source/library-user-guide/upgrading/54.0.0.md
@@ -657,6 +657,6 @@ To enable downcasting of `dyn QueryPlanner` to concrete query planner types (via
657
as a supertrait:
658
659
```diff
660
-- pub trait QueryPlanner: Debug
661
-+ pub trait QueryPlanner: Any + Debug
+- pub trait QueryPlanner: Debug
++ pub trait QueryPlanner: Any + Debug
662
```
0 commit comments