Skip to content

Commit

Permalink
fix(dev): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Mar 11, 2015
1 parent 8e78502 commit 7758f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/dev/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ impl<'a, C, NC, A> ChannelSectionInsertMethodBuilder<'a, C, NC, A> where NC: hyp
pub fn doit(mut self) -> () {
let mut params: Vec<(&str, String)> = Vec::with_capacity(1);
if self._part.is_none() {
self._parts = "parts from request value".to_string();
self._part = Some("parts from request value".to_string());
}
if self._delegate.is_some() {
self._delegate.as_mut().unwrap().connection_error(hyper::HttpError::HttpStatusError);
Expand Down

0 comments on commit 7758f99

Please sign in to comment.