You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typically, source code files are not marked as executable.
On debian systems, this causes executable-not-elf-or-script lintian warnings for the rust-tinytemplate-dev package.
I'm not sure how you're generating the crates for tinytemplate, but it looks like they could be generated in a way that avoids setting the execute bit on each source file.
The text was updated successfully, but these errors were encountered:
the distributed crate for tinytemplate appears to have almost all files marked as executable:
typically, source code files are not marked as executable.
On debian systems, this causes executable-not-elf-or-script lintian warnings for the
rust-tinytemplate-dev
package.I'm not sure how you're generating the crates for tinytemplate, but it looks like they could be generated in a way that avoids setting the execute bit on each source file.
The text was updated successfully, but these errors were encountered: