Skip to content

Commit a882ac3

Browse files
committed
char to str
1 parent ff826d7 commit a882ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/src/layout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ impl Axis {
844844

845845
pub fn matches(mut self, matches : bool) -> Axis {
846846
if matches {
847-
self.matches = Some(String::from('x'));
847+
self.matches = Some(String::from("x"));
848848
}
849849
self
850850
}

0 commit comments

Comments
 (0)