Skip to content

Commit

Permalink
Update content/spin/v2/rust-components.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Levick <[email protected]>
Signed-off-by: Joel Dice <[email protected]>
  • Loading branch information
dicej and rylev authored Dec 14, 2023
1 parent 20a4aa6 commit b3d4572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/spin/v2/rust-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ components.
Let's see how we can use the Rust SDK to connect to Redis:

```rust
use anyhow::{Context};
use anyhow::Context;
use spin_sdk::{
http::{responses::internal_server_error, IntoResponse, Request, Response},
http_component,
Expand Down

0 comments on commit b3d4572

Please sign in to comment.