Skip to content

Commit b4aecf4

Browse files
authored
style: include needless_raw_strings (#873)
1 parent c43c518 commit b4aecf4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ unused_trait_names = { level = "allow", priority = 1 }
142142
used_underscore_items = { level = "allow", priority = 1 }
143143
arbitrary_source_item_ordering = { level = "allow", priority = 1 }
144144
map_with_unused_argument_over_ranges = { level = "allow", priority = 1 }
145-
needless_raw_strings = { level = "allow", priority = 1 }
146145
# nursery-lints:
147146
branches_sharing_code = { level = "allow", priority = 1 }
148147
cognitive_complexity = { level = "allow", priority = 1 }

src/math/average.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[doc = r"# Average
1+
#[doc = "# Average
22
Mean, Median, and Mode, in mathematics, the three principal ways of designating the average value of a list of numbers.
33
The arithmetic mean is found by adding the numbers and dividing the sum by the number of numbers in the list.
44
This is what is most often meant by an average. The median is the middle value in a list ordered from smallest to largest.

0 commit comments

Comments
 (0)