From b3d4572da9cc099854c595476f85b87abe297200 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Thu, 14 Dec 2023 13:09:08 -0700 Subject: [PATCH] Update content/spin/v2/rust-components.md Co-authored-by: Ryan Levick Signed-off-by: Joel Dice --- content/spin/v2/rust-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/spin/v2/rust-components.md b/content/spin/v2/rust-components.md index 726d416d4..58ccb8c31 100644 --- a/content/spin/v2/rust-components.md +++ b/content/spin/v2/rust-components.md @@ -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,