mirror of
https://github.com/github/semantic.git
synced 2024-11-27 03:09:48 +03:00
add TypeOperators and StandaloneDeriving to Rust ASTs
This commit is contained in:
parent
d97ae5e77b
commit
2575e7a19f
@ -7,8 +7,11 @@
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
||||
{-# LANGUAGE MultiParamTypeClasses #-}
|
||||
{-# LANGUAGE StandaloneDeriving #-}
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE TypeApplications #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
|
||||
|
||||
module Language.Rust.AST
|
||||
( module Language.Rust.AST
|
||||
|
Loading…
Reference in New Issue
Block a user