We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2d7f2 commit f440deaCopy full SHA for f440dea
tests/attrs_and_props/license.txt
@@ -4,4 +4,3 @@ props["copyrightOwner"]={{props["copyrightOwner"]}}
4
attrs.filename={{attrs.filename}}
5
attrs.git_file_created_year={{attrs.git_file_created_year}}
6
attrs.git_file_modified_year={{attrs.git_file_modified_year}}
7
-attrs.disk_file_creation_year={{attrs.disk_file_creation_year}}
tests/attrs_and_props/main.rs.expected
@@ -4,7 +4,6 @@
// attrs.filename=main.rs
// attrs.git_file_created_year=2025
// attrs.git_file_modified_year=2025
-// attrs.disk_file_creation_year=2025
8
9
fn main() {
10
println!("Hello, world!");
0 commit comments