File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ All read and write access to Windows clipboard requires user to open it.
2424``` rust
2525use clipboard_win :: {Clipboard , formats, Getter , Setter };
2626
27- const SAMPLE : & str = " MY loli sample ^^" ;
27+ const SAMPLE : & str = " MY smol sample ^^" ;
2828
2929let _clip = Clipboard :: new_attempts (10 ). expect (" Open clipboard" );
3030formats :: Unicode . write_clipboard (& SAMPLE ). expect (" Write sample" );
Original file line number Diff line number Diff line change 4545//!```
4646//!use clipboard_win::{Clipboard, formats, Getter, Setter};
4747//!
48- //!const SAMPLE: &str = "MY loli sample ^^";
48+ //!const SAMPLE: &str = "MY smol sample ^^";
4949//!
5050//!let _clip = Clipboard::new_attempts(10).expect("Open clipboard");
5151//!formats::Unicode.write_clipboard(&SAMPLE).expect("Write sample");
You can’t perform that action at this time.
0 commit comments