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 148296a commit ac253c1Copy full SHA for ac253c1
packages/yew-services/src/fetch.rs
@@ -281,7 +281,7 @@ impl FetchService {
281
///# use http::Response;
282
///# use yew::format::Nothing;
283
///# use yew::{Html, Component, ComponentLink};
284
- ///# use yew_services::fetch::{self, FetchOptions, FetchService Credentials};
+ ///# use yew_services::fetch::{self, FetchOptions, FetchService, Credentials};
285
///# struct Comp;
286
///# impl Component for Comp {
287
///# type Message = Msg;
0 commit comments