Skip to content

Commit 77e3fa8

Browse files
committed
Change encoding of .rs files in templates to UTF-8
1 parent 57bfb59 commit 77e3fa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
fn main() {
1+
fn main() {
22
println!("Hello, world!");
33
}

VisualRust.Templates/Projects/Library/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[cfg(test)]
1+
#[cfg(test)]
22
mod tests {
33
#[test]
44
fn it_works() {

0 commit comments

Comments
 (0)