Skip to content

Commit a8d8844

Browse files
committed
fix formatting
1 parent a90e1bf commit a8d8844

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/source/library-user-guide/upgrading

docs/source/library-user-guide/upgrading/54.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,6 @@ To enable downcasting of `dyn QueryPlanner` to concrete query planner types (via
657657
as a supertrait:
658658

659659
```diff
660-
- pub trait QueryPlanner: Debug
661-
+ pub trait QueryPlanner: Any + Debug
660+
- pub trait QueryPlanner: Debug
661+
+ pub trait QueryPlanner: Any + Debug
662662
```

0 commit comments

Comments
 (0)