Skip to content

Commit

Permalink
fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Jan 23, 2021
1 parent 148296a commit ac253c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew-services/src/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ impl FetchService {
///# use http::Response;
///# use yew::format::Nothing;
///# use yew::{Html, Component, ComponentLink};
///# use yew_services::fetch::{self, FetchOptions, FetchService Credentials};
///# use yew_services::fetch::{self, FetchOptions, FetchService, Credentials};
///# struct Comp;
///# impl Component for Comp {
///# type Message = Msg;
Expand Down

0 comments on commit ac253c1

Please sign in to comment.