We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8072e6d commit 542db29Copy full SHA for 542db29
src/app.rs
@@ -58,7 +58,6 @@ impl eframe::App for BrowseApp {
58
fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame) {
59
// assign sample text once it comes in
60
if let Some(promise) = &self.promise {
61
- // TODO: Consume the promise and not allocate a new string
62
if let Some(result) = promise.ready() {
63
if let Some(text) = result {
64
self.sample_text = text.clone();
0 commit comments