src/Sirh3e.Rust/Attributes/Nightly.cs

Summary

Maintainability
A
0 mins
Test Coverage
namespace Sirh3e.Rust.Attributes;

[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Interface | AttributeTargets.Struct)]
internal class Nightly : Attribute
{
}