Update so dependents can compile (#111)

Add missing `unstable` flag to fns.
This commit is contained in:
Oliver Gould
2017-09-25 14:07:31 -07:00
committed by Carl Lerche
parent b99c513334
commit 4f4fa3ea52
2 changed files with 36 additions and 30 deletions

View File

@@ -74,6 +74,7 @@ impl Settings {
self.max_concurrent_streams
}
#[cfg(feature = "unstable")]
pub fn set_max_concurrent_streams(&mut self, max: Option<u32>) {
self.max_concurrent_streams = max;
}