doc: Rust indents are 4-space wide by convention

This commit is contained in:
Tshepang Lekhonkhobe 2016-02-04 23:31:22 +02:00
parent b8b18aac12
commit 9721752d35

View File

@ -279,9 +279,9 @@ fn test_resize_policy() {
/// let mut player_stats = HashMap::new();
///
/// fn random_stat_buff() -> u8 {
/// // could actually return some random value here - let's just return
/// // some fixed value for now
/// 42
/// // could actually return some random value here - let's just return
/// // some fixed value for now
/// 42
/// }
///
/// // insert a key only if it doesn't already exist