Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7758f99

Browse files
committed
fix(dev): typo
1 parent 8e78502 commit 7758f99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rust/dev/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ impl<'a, C, NC, A> ChannelSectionInsertMethodBuilder<'a, C, NC, A> where NC: hyp
138138
pub fn doit(mut self) -> () {
139139
let mut params: Vec<(&str, String)> = Vec::with_capacity(1);
140140
if self._part.is_none() {
141-
self._parts = "parts from request value".to_string();
141+
self._part = Some("parts from request value".to_string());
142142
}
143143
if self._delegate.is_some() {
144144
self._delegate.as_mut().unwrap().connection_error(hyper::HttpError::HttpStatusError);

0 commit comments

Comments
 (0)