Skip to content

Commit

Permalink
Merge pull request #46 from golemcloud/vigoo/fix-rust-default
Browse files Browse the repository at this point in the history
Fix rust-default example
  • Loading branch information
vigoo authored Aug 9, 2024
2 parents 0f9719e + b451a53 commit 95a7ae2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/rust/rust-default/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
mod bindings;

use crate::bindings::exports::pack::name::api::*;
use crate::bindings::golem::api::host::*;
use std::cell::RefCell;

use reqwest::{Client, Response};
use serde::{Deserialize, Serialize};

/// This is one of any number of data types that our application
/// uses. Golem will take care to persist all application state,
/// whether that state is local to a function being executed or
Expand Down

0 comments on commit 95a7ae2

Please sign in to comment.