refactor: outputdestination.rs -> comm/output_destination.rs

This commit is contained in:
graelo 2021-03-20 22:58:09 +01:00
parent 9426d8bfee
commit 16fa4d45c1
6 changed files with 12 additions and 5 deletions

View file

@ -1,4 +1,4 @@
use crate::output_destination::OutputDestination;
use crate::comm::OutputDestination;
/// Represents the text selected by the user, along with if it was uppercased
/// and the output destination (Tmux buffer or Clipboard).