Skip to content

Commit ac253c1

Browse files
committed
fix doc test
1 parent 148296a commit ac253c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/yew-services/src/fetch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ impl FetchService {
281281
///# use http::Response;
282282
///# use yew::format::Nothing;
283283
///# use yew::{Html, Component, ComponentLink};
284-
///# use yew_services::fetch::{self, FetchOptions, FetchService Credentials};
284+
///# use yew_services::fetch::{self, FetchOptions, FetchService, Credentials};
285285
///# struct Comp;
286286
///# impl Component for Comp {
287287
///# type Message = Msg;

0 commit comments

Comments
 (0)