Skip to content

Commit 4904cd7

Browse files
committed
prettier
1 parent 024ec98 commit 4904cd7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ If your code wrote directly to a [`RefCountedTempFile`] or called
4747

4848
Use `temp_file.size()` instead of [`RefCountedTempFile::current_disk_usage`].
4949

50-
[`DiskManager::create_tmp_file`]: https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.DiskManager.html#method.create_tmp_file
51-
[`DiskManagerMode`]: https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/enum.DiskManagerMode.html
52-
[`PR #21882`]: https://github.com/apache/datafusion/pull/21882
53-
[`RefCountedTempFile`]: https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.RefCountedTempFile.html
54-
[`RefCountedTempFile::current_disk_usage`]: https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.RefCountedTempFile.html#method.current_disk_usage
55-
[`RefCountedTempFile::update_disk_usage`]: https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.RefCountedTempFile.html#method.update_disk_usage
50+
[`diskmanager::create_tmp_file`]: https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.DiskManager.html#method.create_tmp_file
51+
[`diskmanagermode`]: https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/enum.DiskManagerMode.html
52+
[`pr #21882`]: https://github.com/apache/datafusion/pull/21882
53+
[`refcountedtempfile`]: https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.RefCountedTempFile.html
54+
[`refcountedtempfile::current_disk_usage`]: https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.RefCountedTempFile.html#method.current_disk_usage
55+
[`refcountedtempfile::update_disk_usage`]: https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.RefCountedTempFile.html#method.update_disk_usage
5656

5757
### `Dialect::AVAILABLE` replaced by `Dialect::available()`
5858

0 commit comments

Comments
 (0)