Skip to content

Commit 410a580

Browse files
authored
Merge pull request #257 from Vbif/master
Change encoding of .rs files in templates to UTF-8 (add BOM)
2 parents 57bfb59 + 77e3fa8 commit 410a580

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)