From 75daea606cbdbc4d15a514bb674591d986e57490 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 17 May 2023 10:01:22 +0200 Subject: [PATCH] fix: broken symlinks won't cause failure anymore on freedesktop platforms. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e15c560..885797e 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,8 @@ The `trash` is a Rust library for moving files and folders to the operating system's Recycle Bin or Trash or Rubbish Bin or what have you :D -The library supports Windows, macOS, and all FreeDesktop Trash compliant environments (including -GNOME, KDE, XFCE, and more). See more about the FreeDesktop Trash implementation in the -`freedesktop.rs` file. +The library supports Windows, macOS, and all FreeDesktop Trash compliant environments (including GNOME, KDE, XFCE, and more). +See more about the FreeDesktop Trash implementation in the `freedesktop.rs` file. ## Usage