Skip to content

Commit

Permalink
Merge pull request #918 from TimLariviere/fix-directives-ignored
Browse files Browse the repository at this point in the history
Fix directives ignored warning
  • Loading branch information
TimLariviere authored Apr 13, 2022
2 parents 05def62 + 0e5ad91 commit 982c207
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Fabulous/Array.fs
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,6 @@ module StackAllocatedCollections =

open FSharp.NativeInterop

#nowarn "9"

let inline stackalloc<'a when 'a: unmanaged> (length: int) : Span<'a> =
let p =
NativePtr.stackalloc<'a> length
Expand Down

0 comments on commit 982c207

Please sign in to comment.