remove_same_import

Function remove_same_import 

Source
fn remove_same_import<'ra>(
    d1: Interned<'ra, DeclData<'ra>>,
    d2: Interned<'ra, DeclData<'ra>>,
) -> (Interned<'ra, DeclData<'ra>>, Interned<'ra, DeclData<'ra>>)
Expand description

Removes identical import layers from two declarations.