Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Fix compiler not inlining strings (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abrynos authored Apr 13, 2022
1 parent a7a1a72 commit bf8432e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JustArchiNET.Madness/CallerArgumentExpressionAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
using JetBrains.Annotations;
using JustArchiNET.Madness.Helpers;

namespace JustArchiNET.Madness;
namespace System.Runtime.CompilerServices;

/// <inheritdoc />
/// <summary>
Expand Down

0 comments on commit bf8432e

Please sign in to comment.