From 1c7c9309776445a01e328427bfa30696966b743a Mon Sep 17 00:00:00 2001 From: graelo Date: Sat, 2 Sep 2023 00:56:10 +0200 Subject: [PATCH] chore(docs): update README --- README.md | 1 - src/lib.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 6ef3c37..3fda7f6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ - A tmux-plugin for copy-pasting spans of text from the [tmux] pane's history into a clipboard. diff --git a/src/lib.rs b/src/lib.rs index 49640c4..0fb5278 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,3 @@ -//! //! A tmux-plugin for copy-pasting spans of text from the [tmux] pane's history //! into a clipboard. //!